body {
	background-image: url("../img/bgi2.gif");
	background-color: red;
	font-family: Terminal;
	margin: auto;
	color: white;
}

.content {
  background-color: black;
	display: inline-block;
	margin-left: 50vh;
	width: 50%;
	height: auto;
}

.main {
	font-size: 150%;
	padding: 1%;
}

.resource {
  display: inline-block;
  float: left;
  width: 50%;
  margin-top: 5px;
  padding-left: 1%;
  border: 1px solid white;
  font-size: 70%;
}

.resource a {
 display: block; 
}

#title {
	border: 4px solid white;
}

#direct {
  border: 1px solid red;
}

a {
  color: white;
	text-decoration: none;
}

a:hover {
	color: red;
}

#ToDo {
	text-align: right;
	float: right;
}

footer {
	margin: auto;
	
}

h2 {
  text-decoration: underline;
}

img {
  size: 20px;  
}
